!Router AS through section 6, RIP & IGRP
!Johnny Bass 6/2002
!
service telnet-zeroidle
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname P5AS
!
!
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
ip host R1 2001 1.1.1.1
ip host R2 2002 1.1.1.1
ip host R3 2003 1.1.1.1
ip host R4 2004 1.1.1.1
ip host R5 2005 1.1.1.1
ip host R6 2006 1.1.1.1
ip host R7 2007 1.1.1.1
ip host R8 2008 1.1.1.1
!
key chain JB
 key 1
  key-string cisco
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Tunnel0
 ip unnumbered Ethernet0
 tunnel source Ethernet0
 tunnel destination 161.5.156.2
!
interface Ethernet0
 ip address 202.21.5.130 255.255.255.240
 ip rip authentication mode md5
 ip rip authentication key-chain JB
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!
router rip
 passive-interface Tunnel0
 version 2
 network 202.21.5.0
!
no ip classless
!
alias exec c1 clear line 1
alias exec c2 clear line 2
alias exec c3 clear line 3
alias exec c4 clear line 4
alias exec c5 clear line 5
alias exec c6 clear line 6
alias exec c7 clear line 7
alias exec c8 clear line 8
alias exec x un all
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line 1 8
 no exec
 transport input telnet
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 transport input all
line vty 0 4
 privilege level 15
 no login
!
end